Click or drag to resize

EmailAddress Class

Represents a single e-mail address for a contact.
Inheritance Hierarchy
SystemObject
  Independentsoft.ExchangeEmailAddress

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class EmailAddress

The EmailAddress type exposes the following members.

Constructors
  NameDescription
Public methodEmailAddress
Initializes a new instance of the EmailAddress class.
Public methodEmailAddress(String)
Initializes a new instance of the EmailAddress class.
Public methodEmailAddress(String, String)
Initializes a new instance of the EmailAddress class.
Public methodEmailAddress(String, String, String)
Initializes a new instance of the EmailAddress class.
Top
Properties
  NameDescription
Public propertyAddress
Defines the e-mail address.
Public propertyName
Defines the name of the mailbox user.
Public propertyRoutingType
Defines the routing that is used for the mailbox.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Converts the value of the current EmailAddress object to its equivalent string representation.
(Overrides ObjectToString.)
Top
See Also